func runtime.panicCheck1

21 uses

	runtime (current package)
		panic.go#L56: func panicCheck1(pc uintptr, msg string) {
		panic.go#L114: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L120: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L128: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L134: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L140: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L146: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L154: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L160: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L166: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L170: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L174: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L178: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L184: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L188: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L194: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L198: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L204: 	panicCheck1(getcallerpc(), "slice length too short to convert to array or pointer to array")
		panic.go#L232: 	panicCheck1(getcallerpc(), "negative shift amount")
		unsafe.go#L100: 	panicCheck1(pc, "unsafe.Slice: len out of range")
		unsafe.go#L112: 	panicCheck1(pc, "unsafe.Slice: ptr is nil and len is not zero")